home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / tt_mandl.zoo / tt_mandl.doc next >
Text File  |  1990-04-27  |  929b  |  18 lines

  1.  
  2.                TT_MANDL.PRG
  3.  
  4.  This program is a version of the Mandlebrot set program produced for the
  5. ST by Alan King.    I have modified it for the Atari TT where it has been
  6. designed to work in the TT medium resolution mode. However, it also works
  7. in other modes (I have not tested the TT monochrome).   The program makes
  8. full use of the floating point coprocessor and is compiled with Lattice C
  9. from Hisoft Ltd. in the UK.   It is NOT compatible with the activation of
  10. accessories because I have not yet  discovered how to do a minimum screen
  11. RAM area save before an accessory is activated,  moved or sized  -  since
  12. as much memory as possible is needed for keeping lists of squares I don't
  13. want to save all the screen RAM because of the  memory this would need in
  14. the TT modes.  If anyone knows a solution to this I will implement it (if
  15. it is reasonably easy to do!).
  16.  
  17.         Brian Gladman (gladman@ccint1.rsre.mod.uk)
  18.